projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0170883
)
Update a paragraphs test
author
Glenn Morris
<rgm@gnu.org>
Thu, 13 Aug 2020 15:38:02 +0000
(16:38 +0100)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 13 Aug 2020 15:38:02 +0000
(16:38 +0100)
* test/lisp/textmodes/paragraphs-tests.el
(paragraphs-tests-mark-paragraph): Update for recent change.
test/lisp/textmodes/paragraphs-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/textmodes/paragraphs-tests.el
b/test/lisp/textmodes/paragraphs-tests.el
index fc839fe7d95c1275421c7fb36e6a0864aad334a4..0b264e7e184ea35db279bc4b64141f26e8806e7e 100644
(file)
--- a/
test/lisp/textmodes/paragraphs-tests.el
+++ b/
test/lisp/textmodes/paragraphs-tests.el
@@
-50,8
+50,8
@@
(goto-char (point-min))
(mark-paragraph)
(should mark-active)
- (should (equal (mark) 7)))
- (should-error (mark-paragraph 0)))
+ (should (equal (mark) 7)))
)
+
;;;
(should-error (mark-paragraph 0)))
(ert-deftest paragraphs-tests-kill-paragraph ()
(with-temp-buffer